Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes
CLHEP::tt::arr< T[N]>::extent< I > Struct Template Reference

#include <type_traits.h>

Static Public Attributes

static int const value
 

Detailed Description

template<typename T, unsigned N>
template<unsigned I>
struct CLHEP::tt::arr< T[N]>::extent< I >

Definition at line 889 of file type_traits.h.

Field Documentation

template<typename T , unsigned N>
template<unsigned I>
int const CLHEP::tt::arr< T[N]>::extent< I >::value
static
Initial value:
= (I == rank)
? N
: tt::arr<T>::template extent<I>::value

Definition at line 891 of file type_traits.h.


The documentation for this struct was generated from the following file: